home *** CD-ROM | disk | FTP | other *** search
Wrap
<!-- * This file was automatically generated by Microsoft Internet Explorer 4.0 * using the file %TEMPLATEDIR%\printers.htt --> <html> <style> body {font: 8pt/10pt verdana; margin: 0} #Banner {position: absolute; width: 100%; height: 88px; background: URL(res://webvw.dll/folder.gif) no-repeat top left} #MiniBanner {position: absolute; width: 100%; height: 32px; background: window} #Icon {position: absolute; left: 11px; top: 12px; width: 64px; height: 64px} #FileList {position: absolute; left: 30%; top: 88px; width: 1px; height: 1px} #Media {margin-left: 20px; margin-top: 10px} #Panel {position: absolute; top: 88px; width: 30%; background: window; overflow: auto} #PieChart {width: 100px; height: 50px; margin-top: 10px} #Thumbnail {width: 160px; height: 160px; margin-top: 0px} #Status {margin-left: 20px} p {margin-left: 20px; margin-right: 8px} p.Title {font: 16pt/16pt verdana; font-weight: bold; color: #0099FF} p.Warning {font-weight: bold; color: red} p.Links {margin-top: 4px} a:link {color: #FF6633} a:visited {color: #0099FF} a:active {color: black} </style> <head> <!-- allow references to any resources you might add to the folder --> <!-- (a "webbot" is a special wrapper for FrontPage compatibility) --> <!-- webbot bot="HTMLMarkup" tag="base" startspan --> <base href="%THISDIRPATH%\"> <!-- webbot bot="HTMLMarkup" endspan --> <script language="JavaScript"> var L_Intro_Text = "This folder contains information about your current printers and a wizard to help you install new ones.<br><br>To get information about a printer that's already installed, right-click the printer's icon.<br><br>To install a new printer, click <b>Add Printer</b> to start the Add Printer wizard.<br><br>Select an icon to view its description."; var L_Multiple_Text = " objects selected."; var L_Help_Text = "The Add Printer wizard walks you step-by-step through installing a printer. Just follow the instructions on each screen."; function FixSize() { // this function handles fixed panel sizing and collapsing when the window resizes var hideTop = 200; var hideLeft = 400; var miniHeight = 32; var ch = document.body.clientHeight; var cw = document.body.clientWidth; if (hideTop > ch) { document.all.Banner.style.visibility = "hidden"; document.all.MiniBanner.style.visibility = "visible"; document.all.FileList.style.top = miniHeight; document.all.Panel.style.top = miniHeight; } else { document.all.Banner.style.visibility = "visible"; document.all.MiniBanner.style.visibility = "hidden"; document.all.FileList.style.top = (document.all.Banner.offsetHeight - 32) + "px"; document.all.Panel.style.top = (document.all.Banner.offsetHeight) + "px"; document.all.Rule.style.width = (cw > 84 ? cw - 84 : 0) + "px"; } if (hideLeft > cw) { document.all.Panel.style.visibility = "hidden"; document.all.FileList.style.pixelLeft = 0; document.all.FileList.style.pixelTop = document.all.Panel.style.pixelTop; } else { document.all.Panel.style.visibility = "visible"; document.all.FileList.style.pixelLeft = document.all.Panel.style.pixelWidth; } document.all.FileList.style.pixelWidth = cw - document.all.FileList.style.pixelLeft; document.all.FileList.style.pixelHeight = ch - document.all.FileList.style.pixelTop; document.all.Panel.style.pixelHeight = ch - document.all.Panel.style.pixelTop; } function Init() { // call our FixSize() function whenever the window gets resized window.onresize = FixSize; FixSize(); Info.innerHTML = L_Intro_Text; } </script> <script language="JavaScript" for="FileList" event="SelectionChanged"> // this script updates the left info panel when you select icons var items = FileList.FocusedItem; var fldr = FileList.Folder; var data; var text; var i; data = FileList.SelectedItems().Count; if (data == 0) { // nothing selected? Info.innerHTML = L_Intro_Text; return; } else if (data > 1) { // more than one item selected? text = data + L_Multiple_Text + "<br>"; if (data <= 16) for (i = 0; i < data; i++) text += "<br>" + FileList.SelectedItems().Item(i).Name; Info.innerHTML = text; return; } // name text = "<b>" + items.Name + "</b>"; // comment data = fldr.GetDetailsOf(items, 3); if (data) text += "<br>" + data; // documents data = fldr.GetDetailsOf(items, 1); if (data) text += "<br><br>" + fldr.GetDetailsOf(null, 1) + ": " + data; // status data = fldr.GetDetailsOf(items, 2); if (data) text += "<br><br><b><font color=red>" + data + "</font></b>"; // tip? data = fldr.GetDetailsOf(items, -1); if (data != "" && data != items.Name) text += "<br><br>" + data; // help if (fldr.GetDetailsOf(items, 0) == "WinUtils_NewObject") text += "<br><br>" + L_Help_Text; Info.innerHTML = text; </script> </head> <body scroll=no onload="Init()"> <!-- start normal banner --> <div id="Banner" style="visibility: hidden"> <!-- using a table with nowrap to prevent word wrapping --> <table><tr><td nowrap> <p class=Title style="margin-left: 104px; margin-top: 16px"> <!--webbot bot="HTMLMarkup" startspan alt="<B><I>Web View Folder Title</I></B> " --> %THISDIRNAME% <!--webbot bot="HTMLMarkup" endspan --> </td></tr></table> <!-- this is more efficient than a long graphic, but we have to adjust it in FixSize() --> <hr id="Rule" size=1px color=black style="position: absolute; top: 44px; left: 84px"> <!-- this is our awesome icon extractor --> <object id=Icon classid="clsid:e5df9d10-3b52-11d1-83e8-00a0c90dc849"> <param name="scale" value=200> </object> </div> <!-- end normal banner --> <!-- start mini banner --> <div id="MiniBanner" style="visibility: hidden"> <!-- using a table with nowrap to prevent word wrapping --> <table><tr><td nowrap> <p class=Title style="margin-left: 16px; margin-top: 4px"> <!--webbot bot="HTMLMarkup" startspan alt="<B><I>Web View Folder Title</I></B> " --> %THISDIRNAME% <!--webbot bot="HTMLMarkup" endspan --> </td></tr></table> </div> <!-- end mini banner --> <!-- start left info panel --> <div id="Panel"> <p style="margin-top: 16px"); <span id="Info"> </span> </div> <!-- end left info panel --> <!-- this is the standard file list control --> <!-- webbot bot="HTMLMarkup" startspan u-src="file:///C:\Program Files\Microsoft FrontPage Express\Data\FoldData.gif" --> <object id="FileList" border=0 tabindex=1 classid="clsid:1820FED0-473E-11D0-A96C-00C04FD705A2" </object> <!-- webbot bot="HTMLMarkup" endspan --> </body> </html>